home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOSTRT / STREETS.DIR / 00092.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  110 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(marker(0))
  4.   else
  5.     updateStage()
  6.     go(marker(1))
  7.   end if
  8. end
  9.